home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act7 / 00466.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  226 b   |  11 lines

  1. on mouseDown
  2.   global sblist
  3.   puppetSound(0)
  4.   set crunchybits to the clickOn
  5.   if the optionDown then
  6.     pulloutnew(crunchybits)
  7.   else
  8.     play frame "say" & the name of cast the castNum of sprite crunchybits
  9.   end if
  10. end
  11.